home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / aepopup3 / readme.txt < prev    next >
Text File  |  1999-05-05  |  11KB  |  200 lines

  1. -------------------------------------------------------------------
  2.                   Aebacus Popup Controls ver 1.03
  3.                   ===============================
  4. Copyright (C) 1997-1999 Bayley Consultancy Ltd., All Rights Reserved.
  5.  
  6.               README.TXT - Installation & Introduction
  7. -------------------------------------------------------------------
  8.  
  9. Description
  10. ===========
  11.  
  12. Data input ActiveX control library with Outlook feel
  13.  
  14. Stars the AeEntryBox input control combining ComboBox, MaskedEdit, DatePicker, SpinBox, and MS Forms functionality into one control, and adding data validation, flat-look, auto-complete, popup clocks, custom popup forms, menus, and configurable combo buttons.
  15.  
  16. The library also includes the AeCommandBox for advanced buttons, and AeCalendar/AeClock controls for date/time management.  Full context-sensitive help, developer-friendly property pages, sample programs, and VB5 source code available.
  17.  
  18.  
  19. Installation
  20. ============
  21.  
  22. Run the Setup.exe program to install the controls.
  23.  
  24. This will copy the files to the specified directory, register the controls, and add shortcuts to the Start menu.  For that feel good factor, NO files are copied to the Windows system directories.
  25.  
  26. Two versions of the controls are available, for VB5 and VB6.  The two versions are functionally identical, and require the corresponding VB runtime library to operate.
  27.  
  28. The software can be uninstalled using the Windows 'Add/Remove programs' control panel, or using the shortcut added to the Start menu.
  29.  
  30.  
  31. Requirements
  32. ============
  33.  
  34. The Visual Basic 5/6 runtime is required.
  35.  
  36. NOTE: The VB runtime is NOT included with the installation program, and needs to be installed separately.  The VB runtimes for both VB5 and VB6, can be downloaded freely from Microsoft's web site at the following links. (Windows 98 includes the VB5 runtime pre-installed.)
  37.  
  38.     http://support.microsoft.com/download/support/mslfiles/Msvbvm50.exe
  39.     http://support.microsoft.com/download/support/mslfiles/Msvbvm60.exe
  40.  
  41. Operating systems supported are Windows 95 and NT3.51, and later.
  42.  
  43. Sharware distributors and catalog vendors, please see the VENDOR.TXT file for more information.
  44.  
  45. Full documentation and terms & conditions are available in the online help.
  46.  
  47.  
  48. Maintenance History
  49. ===================
  50. v1.03.0251, 04-May-99, 440Kb
  51. ----------------------------
  52. UPD: General - VB6 version added, reducing runtime requirements for VB6 applications, and improved ADO support.
  53. UPD: General - Support for ActiveX design environments added, inc. MS Office, ActiveX Control Pad, Visual Studio etc.
  54. UPP: Samples - Active Browser HTML web page sample added, including advanced scripting for Intranet development
  55. UPD: AeEntryBox - Numeric data types support prefixes and suffixes using the FormatString e.g. #,##0 "boxes"
  56. UPD: AeClock & AeCalendar - Now stores complete Date/Time value, allowing combined date/time formats in the AeEntryBox.
  57. UPD: AeList - ExactMatch parameter added to FindFirst method.
  58. UPD: AeMenu - If no space horizontally, menu will align the opposite way.
  59. FIX: General - Help context ids for ALL members correctly assigned.
  60. FIX: AeEntryBox - When Locked property set, popup forms no longer passing mouse clicks to underlying form.
  61. FIX: AeCommandBox - Combo button now appears disabled when control disabled.
  62. FIX: AeList - Data property returns correct value when popup list has not been shown.
  63. FIX: AePopup - MoveWithParent now works on MDIChild windows.
  64.  
  65. v1.02.0214, 19-Mar-99, 423Kb
  66. ----------------------------
  67. FIX: General - Setting Enabled to False at run-time in a modal form now disables controls properly.
  68. FIX: General - Disabled icon drawing fixed.
  69. FIX: General - Patches to 1.02 update
  70. FIX: Clock - Margin added between Frame and Border
  71.  
  72. v1.02.0205, 27-Feb-99, 422Kb
  73. ----------------------------
  74. UPD: General - Data binding support added for variant Value properties.
  75. UPD: General - MaskColor and UseMaskColor properties added to controls.
  76. UPD: General - Support for Icons added to all Picture properties.
  77. UPD: EntryBox - PopupForm property added, for better access to popup mechanism.
  78. UPD: EntryBox - F4 key shows/hides default popup form.
  79. UPD: EntryBox - Popup clock hand visibility, set according to FormatString elements.
  80. UPD: EntryBox - Picture and PictureWidth properties added for small icons or indents.
  81. UPD: PopupForm - RightAlign and MoveWithParent properties added to AeEntryBox property pages, and made persistent.
  82. UPD: Calendar - Max/MinValue properties added, and applied to popup calendar.
  83. UPD: Clock - Picture property added for background images.
  84. UPD: List - Optional Data paramater for Add method, and Data property added
  85. UPD: List - Width property added to control popup list width.
  86. UPD: Samples - 'Popup Properties' re-engineered as MDI application, and FX added
  87. UPD: Samples - New 'Value Bound' sample illustrating the data binding features
  88. FIX: General - Memory leak with disabled pictures plugged.
  89. FIX: EntryBox - Enter key no longer selects previous item, when items changed at run-time.
  90. FIX: EntryBox - When Locked, popup forms now disabled and changes from cursor keys ignored.
  91. FIX: EntryBox - Spinning single data types no longer displays as double precision.
  92. FIX: Calendar - Today button now updates the month displayed.
  93. FIX: Clock - When made very large, hands are now selectable with mouse.
  94. FIX: List - Adding items at run-time with .Sorted = True, no longer generating blank items.
  95. FIX: List - Sorted and NoVisibleItems in property pages apply changes correctly.
  96. FIX: List - Changes in property pages, correctly enabling Apply button.
  97.  
  98.  
  99. v1.01.0194, 23-Jan-98, 406Kb
  100. ----------------------------
  101. UPD: General - Both Clock and Calendar re-engineered as single window controls, for cleaner operation, and better support in the AeEntryBox popup forms.
  102. UPD: General - ShowBorder property replace with BorderStyle (except AeCommandBox).
  103. UPD: General - Web page HTML sample added
  104. UPD: AeEntryBox - Alignment is applied to TextBox, for Win98/NT support of right-aligned edit controls.
  105. UPD: AeCalendar - ShowToday/ShowNone properties added for selection buttons.
  106. UPD: AeClock - ShowTime/ShowNone properties added for selection buttons.
  107. FIX: General - BackColor/ForeColor provided for all controls, and they all now work properly!
  108. FIX: General - Focus is now updated when switching to different applications.
  109. FIX: AeEntryBox - Enter key selects values from popup forms.
  110. FIX: AeEntryBox - List sort made case-insensitive.
  111. FIX: AeEntryBox - Support for duplicate items in the List added.
  112. FIX: AeEntryBox - PasswordChar is applied when control loses focus.
  113. FIX: AeEntryBox - Focus bug with MDI Forms fixed.
  114. FIX: AeEntryBox - MinValue/MaxValue applied to IsValid method.
  115. FIX: AeEntryBox - Popup lists with more the 12 items are properly selected.
  116. FIX: AeCommandBox - When showing a popup menu, when another menu from a second button is visible, the second updates is appearance properly.
  117. FIX: AeCommandBox - MenuPopup event being triggered properly.
  118. FIX: AeCalendar - No longer crashes when made very small.
  119.  
  120. v1.00.0182, 23-Dec-98, 404Kb
  121. ----------------------------
  122. UPD: AeEntryBox - Date/Time AutoComplete allows seperators to be skipped (e.g. key sequences like '101099' are valid).
  123. UPD: AeEntryBox - Time AutoComplete defaults to hh:00, instead of current time.
  124. UPD: AeEntryBox - Popup list is only shown if the aePopupList Action has been assigned to one of the buttons.
  125. UPD: AeEntryBox - Popup Clock second hand hidden by default.
  126. UPD: AeEntryBox - Dates/Times can be changed by a Day/Minute using the Up/Down keys, and a Month/Hour with PgUp/PgDn respectively.
  127. UPD: AeEntryBox - invalid entries appear 'greyed' out, rather than blank.
  128. FIX: AeEntryBox - Popup list uses the same font as the AeEntryBox.
  129. FIX: AeEntryBox - Button colors are changed when the system colors change
  130. FIX: AeEntryBox - Change event no longer triggered when AutoComplete used to type in the same list item.
  131. FIX: AeEntryBox - aeDateBox/aeTimeBox no longer crashes when single non-alphanumeric char entered.
  132. FIX: AeEntryBox - '&' characters no longer appear as underscore